home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / U.S. System⁄HyperCard / HyperCard—US 1.2.5 / HyperCard Ideas-US 1.2.5 / Idea Stacks / Stack Ideas / background_2275.txt < prev    next >
Encoding:
Text File  |  1988-11-07  |  2.0 KB  |  102 lines

  1. -- background: 2275 from stack: in
  2. -- bmap block id: 22488
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 15 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=458 top=303 right=337 bottom=497
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29484 / 29484
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe left
  23.   go to next card
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 16 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=412 top=303 right=337 bottom=451
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 3835 / 3835
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect wipe right
  44.   go to prev card
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50. -- part 20 (field)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=444 top=306 right=331 bottom=467
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 2
  58. -- text size: 18
  59. -- style flags: 0
  60. -- line height: 24
  61. -- part name: 
  62.  
  63.  
  64. -- part 21 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=11 top=56 right=97 bottom=56
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 11045 / 11045
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Home
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual effect iris close
  79.   go Home
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 23 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=459 top=59 right=98 bottom=500
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 19678 / 19678
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Tell Me...
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect zoom open
  99.   go to card "About Stack Ideas..." of stack "Stack Ideas"
  100. end mouseUp
  101.  
  102.